Oauth2 Errors InvalidGrant

Oauth2 Errors InvalidGrant
Oauth2 Errors InvalidGrant

Indicates that the provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.

This schema was added in vSphere API 7.0.2.0.

AllOf
This class requires all of the following:
JSON Example
{
    "error": "string",
    "error_description": "string",
    "error_uri": "string"
}